gdk/gdkarrayimpl.c: Fix build on Visual Studio
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 24 Jul 2020 08:25:24 +0000 (16:25 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 24 Jul 2020 08:25:24 +0000 (16:25 +0800)
commit89f7d841abab351e3d8ab0fd39a00531fb1a9781
tree248d625918a034012fb349466452c3791d2bbdcb
parent7e2fceebcaba7023c67a1fa8d1b4dcdbe09fdefb
gdk/gdkarrayimpl.c: Fix build on Visual Studio

It seems like initializing something to an empty array using `{}` is a GCCism,
so just stuff a 0 within the braces to accomplish the same thing.
gdk/gdkarrayimpl.c